Bitwise AND Operator (&) (JScript 5.6)

Performs a bitwise AND on two expressions.

result = expression1 & expression2

Expand imageArguments

Expand imageRemarks

Expand imageRequirements

Expand imageSee Also